home *** CD-ROM | disk | FTP | other *** search
/ Cine Live 69 / Cine Live 69.iso / pc / Data / Interface / e12s.k < prev    next >
Encoding:
Text File  |  2003-05-02  |  5.6 KB  |  218 lines

  1. module oRoot1 is cBox
  2. with 
  3.     Flags is $00000152; 
  4.     release Editor:
  5.         IOWindow is {$00000191,$000000AD,$000001DA,$0000029A,$00000000,$00000000,$00000000,$00000000};
  6.         LayoutWindow is {$000000A1,$0000007B,$000002A0,$00000245,$00000000,$00000000,$00000064,$00000000};
  7.     end;
  8.     Name is "Root"; 
  9.     Enabled is false; 
  10.     
  11.     Width is 800; Height is 600; 
  12.     
  13.     Kind is DrawOpaque; 
  14.     Elements is [
  15.         oslide2,
  16.         oslide23,
  17.         oslide34
  18.     ];
  19.     Events is [
  20.         cOnscreenEvent
  21.         with Flags is $00000004; 
  22.             Commands is [
  23.                 cShowCommand
  24.                 with Flags is $00000004; Target is oslide2; end,
  25.                 cEnableCommand
  26.                 with Flags is $00000004; Target is oslide2; end,
  27.                 cFocusCommand
  28.                 with Target is oslide2; end,
  29.                 cRunCommand
  30.                 with Flags is $00000004; Target is oslide2; Rewind is true; end
  31.             ];
  32.         end
  33.     ];
  34. end;
  35.  
  36. object oslide2 is cImage
  37. with 
  38.     Flags is $00000150; 
  39.     Name is "slide"; 
  40.     Enabled is false; Shown is false; Cursor is oEmptyCursor; 
  41.     
  42.     Width is 800; Height is 600; 
  43.     Duration is 2; Duration is 2; TimeScale is 1; 
  44.     URL is "../../Photos/Un%20homme%20%E0%20part/AFF%20Un%20homme%20%E0%20part.jpg"; 
  45.     
  46.     
  47.     Events is [
  48.         cKeyboardEvent
  49.         with Flags is $00000004; Test is IsSpace; 
  50.             Commands is [
  51.                 cFocusCommand
  52.                 with Flags is $00000004; Target is oTargetSelf; end,
  53.                 cRunCommand
  54.                 with Flags is $00000004; Target is oTargetSelf; Mode is Toggle; end
  55.             ];
  56.         end,
  57.         cMouseUpEvent
  58.         with Flags is $00000004; Flag is true; 
  59.             Commands is [
  60.                 cRunCommand
  61.                 with Flags is $00000004; Target is oTargetSelf; Mode is Clear; Rewind is true; end,
  62.                 cEnableCommand
  63.                 with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end,
  64.                 cShowCommand
  65.                 with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end,
  66.                 cRunCommand
  67.                 with Flags is $00000004; Target is oslide23; Mode is Clear; Rewind is true; end,
  68.                 cEnableCommand
  69.                 with Flags is $00000004; Target is oslide23; Mode is Clear; end,
  70.                 cShowCommand
  71.                 with Flags is $00000004; Target is oslide23; Mode is Clear; end,
  72.                 cBackCommand
  73.                 with Flags is $00000004; end
  74.             ];
  75.         end,
  76.         cFinishedEvent
  77.         with Flags is $00000004; 
  78.             Commands is [
  79.                 cShowCommand
  80.                 with Flags is $00000004; Target is oslide2; Mode is Clear; end,
  81.                 cEnableCommand
  82.                 with Flags is $00000004; Target is oslide2; Mode is Clear; end,
  83.                 cRunCommand
  84.                 with Flags is $00000004; Target is oslide2; Mode is Clear; Rewind is true; end,
  85.                 cFocusCommand
  86.                 with Flags is $00000004; Target is oslide23; end,
  87.                 cShowCommand
  88.                 with Flags is $00000004; Target is oslide23; end,
  89.                 cEnableCommand
  90.                 with Flags is $00000004; Target is oslide23; end,
  91.                 cRunCommand
  92.                 with Flags is $00000004; Target is oslide23; Rewind is true; end
  93.             ];
  94.         end
  95.     ];
  96. end;
  97.  
  98. object oslide23 is cImage
  99. with 
  100.     Name is "slide2"; 
  101.     Enabled is false; Shown is false; Cursor is oEmptyCursor; 
  102.     
  103.     Width is 800; Height is 600; 
  104.     Duration is 2; Duration is 2; TimeScale is 1; 
  105.     URL is "../../Photos/Un%20homme%20%E0%20part/F%20Gary%20Gray.jpg"; 
  106.     
  107.     
  108.     Events is [
  109.         cKeyboardEvent
  110.         with Test is IsSpace; 
  111.             Commands is [
  112.                 cFocusCommand
  113.                 with Target is oTargetSelf; end,
  114.                 cRunCommand
  115.                 with Target is oTargetSelf; Mode is Toggle; end
  116.             ];
  117.         end,
  118.         cMouseUpEvent
  119.         with Flag is true; 
  120.             Commands is [
  121.                 cEnableCommand
  122.                 with Target is oTargetSelf; Mode is Clear; end,
  123.                 cShowCommand
  124.                 with Target is oTargetSelf; Mode is Clear; end,
  125.                 cRunCommand
  126.                 with Target is oTargetSelf; Mode is Clear; Rewind is true; end,
  127.                 cEnableCommand
  128.                 with Target is oslide34; Mode is Clear; end,
  129.                 cShowCommand
  130.                 with Target is oslide34; Mode is Clear; end,
  131.                 cRunCommand
  132.                 with Target is oslide34; Mode is Clear; Rewind is true; end,
  133.                 cBackCommand
  134.                 with end
  135.             ];
  136.         end,
  137.         cFinishedEvent
  138.         with 
  139.             Commands is [
  140.                 cShowCommand
  141.                 with Target is oslide23; Mode is Clear; end,
  142.                 cEnableCommand
  143.                 with Target is oslide23; Mode is Clear; end,
  144.                 cRunCommand
  145.                 with Target is oslide23; Mode is Clear; Rewind is true; end,
  146.                 cFocusCommand
  147.                 with Target is oslide34; end,
  148.                 cShowCommand
  149.                 with Target is oslide34; end,
  150.                 cEnableCommand
  151.                 with Target is oslide34; end,
  152.                 cRunCommand
  153.                 with Target is oslide34; Rewind is true; end
  154.             ];
  155.         end
  156.     ];
  157. end;
  158.  
  159. object oslide34 is cImage
  160. with 
  161.     Name is "slide3"; 
  162.     Enabled is false; Shown is false; Cursor is oEmptyCursor; 
  163.     
  164.     Width is 800; Height is 600; 
  165.     Duration is 2; Duration is 2; TimeScale is 1; 
  166.     URL is "../../Photos/Un%20homme%20%E0%20part/V%20Diesel.jpg"; 
  167.     
  168.     
  169.     Events is [
  170.         cKeyboardEvent
  171.         with Test is IsSpace; 
  172.             Commands is [
  173.                 cFocusCommand
  174.                 with Target is oTargetSelf; end,
  175.                 cRunCommand
  176.                 with Target is oTargetSelf; Mode is Toggle; end
  177.             ];
  178.         end,
  179.         cMouseUpEvent
  180.         with Flag is true; 
  181.             Commands is [
  182.                 cEnableCommand
  183.                 with Target is oTargetSelf; Mode is Clear; end,
  184.                 cShowCommand
  185.                 with Target is oTargetSelf; Mode is Clear; end,
  186.                 cRunCommand
  187.                 with Target is oTargetSelf; Mode is Clear; Rewind is true; end,
  188.                 cEnableCommand
  189.                 with Target is oslide2; Mode is Clear; end,
  190.                 cShowCommand
  191.                 with Target is oslide2; Mode is Clear; end,
  192.                 cRunCommand
  193.                 with Target is oslide2; Mode is Clear; Rewind is true; end,
  194.                 cBackCommand
  195.                 with end
  196.             ];
  197.         end,
  198.         cFinishedEvent
  199.         with 
  200.             Commands is [
  201.                 cShowCommand
  202.                 with Target is oslide34; Mode is Clear; end,
  203.                 cEnableCommand
  204.                 with Target is oslide34; Mode is Clear; end,
  205.                 cRunCommand
  206.                 with Target is oslide34; Mode is Clear; Rewind is true; end,
  207.                 cFocusCommand
  208.                 with Target is oslide2; end,
  209.                 cShowCommand
  210.                 with Target is oslide2; end,
  211.                 cEnableCommand
  212.                 with Target is oslide2; end,
  213.                 cRunCommand
  214.                 with Target is oslide2; Rewind is true; end
  215.             ];
  216.         end
  217.     ];
  218. end;